Syntax:
VA1.Send_of_no = (Integer)
Details :
This gives the index to the array which stores sequentially all the Final Words , Engine Categories, Engine Codes and others. You get the characters only by sending appropriate Send_of_no.
As a example.
VA1.Send_of_no = VA1.Current_vyanjana_no_processed
OR
VA1.Send_of_no = VA1.Platinum_Words_Available
CollectChara = VA1.Platinum_Word
CollectChara1 = VA1.Platinum_Word
Example :
Private Sub Timer1()
VA1.Send_of_no = 1
Label1.Caption = VA1.Platinum_Word
End Sub
SEE EXAMPLE's and Concept.